home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Examples / AppKit / Draw / graphicsUndo.subproj / LineColorGraphicsChange.h < prev    next >
Encoding:
Text File  |  1992-03-15  |  221 b   |  12 lines

  1. @interface LineColorGraphicsChange : SimpleGraphicsChange
  2. {
  3.     NXColor color;
  4. }
  5.  
  6. - initGraphicView:aGraphicView color:(const NXColor *)aColor;
  7. - (const char *)changeName;
  8. - changeDetailClass;
  9. - (NXColor)lineColor;
  10.  
  11. @end
  12.